type github.com/jackc/pgx/v5/pgtype.scanPlanBinaryInt8ToInt64Scanner

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		int.go#L1376: 			return scanPlanBinaryInt8ToInt64Scanner{}
		int.go#L1715: type scanPlanBinaryInt8ToInt64Scanner struct{}
		int.go#L1717: func (scanPlanBinaryInt8ToInt64Scanner) Scan(src []byte, dst any) error {